home *** CD-ROM | disk | FTP | other *** search
- object frmUnlockSerial: TfrmUnlockSerial
- Left = 267
- Top = 393
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Please enter the unlock information'
- ClientHeight = 241
- ClientWidth = 383
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 120
- TextHeight = 16
- object lblName: TLabel
- Left = 10
- Top = 116
- Width = 37
- Height = 16
- Caption = '&Name'
- FocusControl = txtName
- end
- object lblUnlockCode: TLabel
- Left = 10
- Top = 175
- Width = 78
- Height = 16
- Caption = '&Unlock Code'
- FocusControl = txtUnlockCode
- end
- object lblCompanyname: TLabel
- Left = 10
- Top = 145
- Width = 98
- Height = 16
- Caption = '&Company Name'
- FocusControl = txtUserCompanyName
- end
- object lblMessage: TLabel
- Left = 10
- Top = 10
- Width = 365
- Height = 60
- AutoSize = False
- Caption =
- 'To unlock this software, please provide the following serial num' +
- 'ber when you make your purchase. Your unlock code will unlock t' +
- 'he program for execution on this computer only.'
- WordWrap = True
- end
- object lblSerialNumber: TLabel
- Left = 10
- Top = 89
- Width = 86
- Height = 16
- Caption = 'S&erial Number'
- end
- object txtUnlockCode: TEdit
- Left = 118
- Top = 170
- Width = 257
- Height = 24
- TabOrder = 3
- end
- object txtName: TEdit
- Left = 118
- Top = 111
- Width = 257
- Height = 24
- TabOrder = 1
- end
- object btnCancel: TButton
- Left = 284
- Top = 207
- Width = 93
- Height = 28
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 5
- end
- object txtUserCompanyName: TEdit
- Left = 118
- Top = 140
- Width = 257
- Height = 24
- TabOrder = 2
- end
- object txtSerialNumber: TEdit
- Left = 118
- Top = 81
- Width = 257
- Height = 24
- TabStop = False
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 0
- end
- object btnOK: TButton
- Left = 186
- Top = 207
- Width = 93
- Height = 28
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 4
- OnClick = btnOKClick
- end
- end
-